get_server_info
Retrieve server details like version, storage path, and configuration to verify connection, debug issues, or troubleshoot problems with the Knowledge MCP Server.
Instructions
Shows server information including version from package.json.
When to use this tool:
Checking server version and capabilities
Debugging connection issues
Verifying server configuration
Getting storage path information
Troubleshooting problems
Key features:
Returns version information
Shows storage path configuration
Provides server description
Lightweight status check
You should:
Use for initial connection verification
Check when debugging issues
Include in bug reports
Verify server is responding
DO NOT use when:
Need git status (use get_storage_status)
Need to sync storage
Information already known
Returns: {success: bool, name: str, version: str, storage_path: str, description: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |