spring-ai-mcp-client

mcp client application that utilizes spring ai. it integrates with mcp protocol-supported servers to enable ai-powered chat interactions.

GitHubスター

45

ユーザー評価

未評価

お気に入り

0

閲覧数

15

フォーク

2

イシュー

0

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

### 1. Clone Repository git clone cd spring-ai-mcp-client The MCP server information must be added to the mcp-servers.json file as follows.
json mcpservers.json
{
    "mcpServers":{
        "any-mcp-server":{
          "command":"node",
          "args":[
            "any-mcp-server/build/index.js"
          ]
        }
    }
}
 
The application.yml file should be configured as follows: ```yaml spring: ai:

追加リソース