We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ProfSynapse/nexus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
ToolCallContentParser.ts•421 B
/**
* ToolCallContentParser
*
* Re-export from shared/ for backwards compatibility.
* The canonical implementation is now in adapters/shared/ToolCallContentParser.ts
*
* @deprecated Import from '../shared/ToolCallContentParser' instead
*/
export { ToolCallContentParser } from '../shared/ToolCallContentParser';
export type { ParsedToolCallResult, RawToolCall } from '../shared/ToolCallContentParser';