Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ MCP Host is a complete end-to-end implementation of a Model Context Protocol (MC
1. Clone the repository:

```bash
git clone https://github.com/yourusername/mcp-host.git
cd mcp-host
git clone https://github.com/aidecentralized/canvas.git
cd canvas
```

2. Start the application with Docker Compose:
Expand Down
2 changes: 2 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@modelcontextprotocol/sdk": "^1.9.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.5.1",
Expand All @@ -21,6 +22,7 @@
"react-markdown": "latest",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.7.2",
"typescript": "^4.9.5",
"uuid": "^9.0.1",
Expand Down
Loading