GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
19
Forks
0
Issues
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?