Refactor search server to use Model Context Protocol SDK; update tool handling and response formatting

- Replaced `createSdkMcpServer` with `Server` from `@modelcontextprotocol/sdk/server/index.js`.
- Updated tool definitions to use structured input schemas with Zod.
- Enhanced response formatting for search results, combining multiple results into a single text response.
- Added new tools for advanced search and recent session context retrieval.
- Improved error handling and logging throughout the server.
This commit is contained in:
Alex Newman
2025-10-21 01:03:35 -04:00
parent c54e50ec0c
commit fd4684dcb3
2 changed files with 822 additions and 338 deletions
File diff suppressed because one or more lines are too long