@globalpayments/vega-mcp-stdio-server
v0.2.7
Published
MCP stdio server package for Vega documentation tools.
Maintainers
Keywords
Readme
@globalpayments/vega-mcp-stdio-server
MCP stdio server package for Vega documentation tools.
Install
npm install -D @globalpayments/vega-mcp-stdio-serverVS Code MCP Configuration
{
"servers": {
"vega": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@globalpayments/vega-mcp-stdio-server"]
}
}
}Optional Startup Arguments
--refresh-cache: Force refresh of local documentation cache.--refresh-mode=once: Refresh knowledge base once per conversation (default).--refresh-mode=always: Refresh once at the start of each user message.
Example:
{
"servers": {
"vega": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@globalpayments/vega-mcp-stdio-server",
"--refresh-cache",
"--refresh-mode=always"
]
}
}
}Notes
- Vega version is detected from the project
package.json. - Supported package scopes:
@globalpayments/*and@heartlandone/*.
