|
|
|
|
|
by tacone
86 days ago
|
|
Actually what it seems to tackle at its core is discoverability. Which should be built in in each MCP server as it's not that difficult, instead, we see MCP servers with 50+ methods. Much easier: { action: 'help' }
{ action: 'projects.help' }
{ action: 'projects.get', payload: { id: xxxx-xx-x } }
And you get the very same discoverability.There are other interesting capabilities though, like built in permissions based on HTTP verb, that might be useful to someone. |
|