(self)
| 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 { |