MCPcopy Create free account
hub / github.com/1Panel-dev/MaxKB / initialize

Method initialize

apps/chat/mcp/tools.py:21–31  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 raise PermissionError("Application is not found or not published")
20
21 def initialize(self):
22 return {
23 "protocolVersion": "2025-06-18",
24 "serverInfo": {
25 "name": "maxkb-mcp",
26 "version": "1.0.0"
27 },
28 "capabilities": {
29 "tools": {}
30 }
31 }
32
33 def list_tools(self):
34 return {

Callers 1

mcp_viewFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected