PMAgent Spec MCP VSCode Extension
This VSCode extension automatically registers the PMAgent Spec MCP server at http://localhost:8080/mcp.
Features
- Automatically registers the PMAgent Spec MCP server on activation
- Configurable server URL via VSCode settings
- Updates registration when configuration changes
Configuration
You can configure the MCP server URL in VSCode settings:
{
"pmagentSpecMcp.serverUrl": "http://localhost:8080/mcp"
}
Development
Install dependencies:
npm install
Compile the extension:
npm run compile
Press F5 to run the extension in a new Extension Development Host window
Package the extension:
vsce package
Installation
Install the extension from the .vsix file:
- Open VSCode
- Go to Extensions view
- Click "..." menu → "Install from VSIX..."
- Select the
.vsix file
The extension will automatically register the MCP server on activation.
| |