MCP.so
ログイン

MCP from API Definition for Timefold Quickstarts

@TomCools

MCP from API Definition for Timefold Quickstarts について

An example of an MCP server for quickstarts of Timefold

基本情報

カテゴリ

開発者ツール

ライセンス

Apache-2.0

ランタイム

java

トランスポート

stdio

公開者

TomCools

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "Timefold-mcp-quickstarts": {
      "command": "jbang",
      "args": [
        "be.tomcools:timefold-mcp-for-quickstarts:1.0.0-SNAPSHOT:runner"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP from API Definition for Timefold Quickstarts?

This repository contains the code for an MCP server which allows you to modify certain aspects of the Timefold Quickstarts. It uses a barebones Quarkus setup with simple tool endpoints and a generated API client from the OpenAPI Spec.

How to use MCP from API Definition for Timefold Quickstarts?

Add the provided JSON configuration to your MCP client (e.g., Claude desktop) using the JBang command shown in the Run Config section.

Key features of MCP from API Definition for Timefold Quickstarts

  • Simple tool endpoints for use by MCP clients
  • Generated API client from OpenAPI Spec
  • Barebones Quarkus setup

Use cases of MCP from API Definition for Timefold Quickstarts

FAQ from MCP from API Definition for Timefold Quickstarts

Does this work with the default Timefold Quickstarts?

No. This repository requires a special branch of the quickstarts and is considered more as a project for inspiration.

What architecture does the server use?

A barebones setup using Quarkus with simple tool endpoints and a generated API client from the OpenAPI Spec.

How do I run the server with Claude?

Add the following configuration to your Claude configuration file:

{
  "mcpServers": {
    "Timefold-mcp-quickstarts": {
      "command": "jbang",
      "args": [
        "be.tomcools:timefold-mcp-for-quickstarts:1.0.0-SNAPSHOT:runner"
      ]
    }
  }
}

コメント

「開発者ツール」の他のコンテンツ