feat: add new message types and update package dependencies

- Added `message.ts` with comprehensive type definitions for various message types including AssistantMessage, UserMessage, and SystemMessage.
- Introduced new dependencies: `react-reconciler` and `auto-bind` in `package.json`.
- Fixed JSON syntax in `server.json` to ensure valid structure.
This commit is contained in:
nirholas
2026-03-31 11:46:59 +00:00
parent cf482195ff
commit d31c2bec03
4 changed files with 1328 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
{
cl{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nirholas/claude-code-explorer-mcp",
"title": "Claude Code Explorer MCP",