https://github.com/mark-lauq/mcp-demo
A simple MCP demo
https://github.com/mark-lauq/mcp-demo
ai deepseek-api llm mcp
Last synced: about 2 months ago
JSON representation
A simple MCP demo
- Host: GitHub
- URL: https://github.com/mark-lauq/mcp-demo
- Owner: mark-lauq
- Created: 2025-05-15T12:35:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T12:39:40.000Z (about 1 year ago)
- Last Synced: 2025-07-02T03:37:45.513Z (12 months ago)
- Topics: ai, deepseek-api, llm, mcp
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple MCP Demo
> 通过 MCP TypeScript SDK 实现的 AI 聊天应用:包括 MCP 服务器提供上下文,客户端拿上下文再去调 LLM(DeepSeek) 接口
## MCP server
- Resources: 当前时间
- Tool: 本地“知识库”搜索
## Quickstart
- Rename `.env.example` to `.env` and update API_KEY with yours
- Start MCP server with `pnpm start:server`
- Start MCP client with `pnpm start`