Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"manifest_version": "0.3",
"name": "pcm-mcp-server",
"version": "0.2.0",
"description": "MCP server for querying Pro Cycling Manager game databases",
"long_description": "MCP server for querying Pro Cycling Manager game databases. This server provides tools to discover and inspect PCM career save files via the MCP protocol, allowing AI assistants to explore your saves in a structured way. This server is strictly read-only",
"description": "MCP server for querying and editing Pro Cycling Manager game databases",
"long_description": "MCP server for querying and editing Pro Cycling Manager game databases. This server provides tools to discover, inspect and query PCM career save files via the MCP protocol, allowing AI assistants to explore your saves in a structured way. Write tools never modify the source save: edits are always serialized to a new .cdb file, and existing files are never overwritten.",
"author": {
"name": "mpicciolli"
},
Expand Down
Loading