GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
5
フォーク
0
イシュー
0
README
To use the MCP with VS Code Copilot,
start by initializing the MCP server.
Then add a MCP Server folloing these steps in the UI:
- click on Configure Tools,
- Add More Tools / Add MCP Server / HTTP
- Type the URL of the server:
http://localhost:5100
- Give it a name, e.g.
OnePieceMCP
- Choose User or Workspace settings
VS Code will open a settings.json file, add the following configuration:
"mcp": {
"servers": {
"OnePieceMCP": {
"url": "http://localhost:5100"
}
}
}
Clicking again at Configure Tools will show the
MCP server in the list of tools.
After copilot is configured, using the following
prompt will leade Copilot to use the MCP:
What can you tell me about the characters of the OnePiece anime?