Skip to content

Commit 325d89a

Browse files
committed
Bump version
1 parent 3b1d8fa commit 325d89a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-advisor",
3-
"version": "0.3.3",
3+
"version": "0.4.0",
44
"description": "MCP Server to assist LLMs and humans on Model Context Protocol (MCP) spec compliance and understanding",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const serverCapabilities: ServerCapabilities = {
156156
};
157157

158158
const server = new Server(
159-
{ name: 'mcp-advisor', version: '0.3.3' },
159+
{ name: 'mcp-advisor', version: '0.4.0' },
160160
{ capabilities: serverCapabilities,
161161
instructions: `Workflow: 1) Use 'explain' prompt for understanding MCP concepts before implementation, 2) Use 'evaluate_server_compliance' prompt to validate existing server code against specification requirements. Always clarify expected spec version and provide the version parameter when working with specific spec releases. Resource templates support version-specific access - use {version} parameter for precise specification targeting. Performance: Content is cached for 1 hour; initial requests may take 5-10 seconds for complete specification fetching. Limitations: Requires network access to modelcontextprotocol.io; falls back to expired cache on network failures. Supported versions: ${SUPPORTED_VERSIONS.join(', ')} (default: ${VERSION}).`
162162
}

0 commit comments

Comments
 (0)