...
You need to configure your tool to access SOAtest as an MCP server by providing it the endpoint <BASE_URL>/soavirt/mcp/sse. You can do this a couple ways.
...
| Code Block |
|---|
{
"servers": {
"soatest": {
"type": "http",
"url": "http://localhost:9080/soavirt/mcp/sse",
"headers": {"Authorization": "Bearer <token>"}
}
}
} |
...
| Code Block |
|---|
code --add-mcp '{"name":"soatest","type":"http","url":"http://localhost:9080/soavirt/mcp/sse"}' |
Windows
| Code Block |
|---|
"C:\Program Files\Microsoft VS Code\bin\code" --add-mcp {\"name\":\"soatest\",\"type\":\"http\",\"url\":\"http://localhost:9080/soavirt/mcp/sse\"} |
Example Prompts
The following examples (using the public ParaBank site) demonstrate the kinds of things you can do with your AI-powered code editing tool once you have configured it to use SOAtest as an MCP server. Sample responses are included for each one to give you an idea of the kind of feedback you can get.
...