Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
154a5a0
chore: developed basic MCP server for some APIs
prathameshy7 May 30, 2025
e6521be
chore: added more tools and refactored the code
prathameshy7 Jun 3, 2025
aa2aaf6
chore: added build to gitignore
prathameshy7 Jun 3, 2025
7f6993a
chore: removed mpc build from the remote push
prathameshy7 Jun 3, 2025
d4cc8ef
chore: removed mpc build from the remote push
prathameshy7 Jun 3, 2025
94b3044
chore: fetching checkmate base url and user token from env file
prathameshy7 Jun 3, 2025
419c206
Merge branch 'master' into chore/mcp-server
mayankkush1 Nov 19, 2025
98d4141
added new mcp server capabilities of CRUD
mayankkush1 Nov 20, 2025
a34d5ca
added mcp server for checkmate
mayankkush1 Nov 20, 2025
ed63aa9
changes
mayankkush1 Nov 24, 2025
2956d1d
restored env example
mayankkush1 Nov 24, 2025
7faaf30
Merge branch 'master' into chore/mcp-server
mayankkush1 Nov 24, 2025
d0b268a
added yarn
mayankkush1 Nov 24, 2025
fb0dd3e
Merge branch 'chore/mcp-server' of github.com:ds-horizon/checkmate in…
mayankkush1 Nov 24, 2025
8874612
Fixed types, testing pending
mayankkush1 Nov 24, 2025
fe49a38
updated
mayankkush1 Nov 24, 2025
04c27ae
fixed prettier issues:
mayankkush1 Nov 24, 2025
d9bbeb9
yarn changes
mayankkush1 Nov 24, 2025
9ab82a4
Fixed broken test cases
mayankkush1 Nov 24, 2025
59a2957
Removed useless files
mayankkush1 Nov 24, 2025
05c77fa
fixed docker file for mcp server
mayankkush1 Nov 24, 2025
0e70481
updated install script
mayankkush1 Nov 27, 2025
94cd927
fixed install script to manage mcp
mayankkush1 Nov 27, 2025
9f260a6
Merge branch 'master' into chore/mcp-server
mayankkush1 Nov 27, 2025
dc687dd
fixed yarn lock file
mayankkush1 Nov 27, 2025
b9b32e0
Merge branch 'chore/mcp-server' of github.com:ds-horizon/checkmate in…
mayankkush1 Nov 27, 2025
ffe9ae1
Changed to website links
mayankkush1 Nov 27, 2025
ac48824
fixed website yarn lock file
mayankkush1 Nov 27, 2025
b310f15
Merge branch 'master' of github.com:ds-horizon/checkmate into chore/r…
mayankkush1 Nov 27, 2025
3a16d10
fixed website yarn lock file
mayankkush1 Nov 27, 2025
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ This Test Case Management Tool is designed to address the challenges faced by te
## 🔗 Quick Links

- [Detailed Documentation](https://checkmate.dreamsportslabs.com/)
- [Installation Guide](https://checkmate.dreamsportslabs.com/project/setup/)
- [Product Guide](https://checkmate.dreamsportslabs.com/guides/projects/)
- [Installation Guide](https://checkmate.dreamsportslabs.com/docs/project/setup)
- [Product Guide](https://checkmate.dreamsportslabs.com/docs/guides/projects)
- [API Documentation](https://checkmate.dreamsportslabs.com/docs/guides/api/)
- [Connect with us on discord](https://discord.gg/wBQXeYAKNc)

## 📦 Installation
Expand Down Expand Up @@ -161,10 +162,9 @@ docker-compose logs -f checkmate-mcp
```

**Documentation:**
- [MCP Server README](./mcp-server/README.md) - Complete setup and usage
- [Local Setup Guide](./mcp-server/LOCAL_SETUP.md) - Running MCP server locally
- [MCP Tools Guide](./website/docs/guides/api/mcp-tools.mdx) - Tool usage examples
- [Docker Deployment](./website/docs/project/mcp-docker.mdx) - Production deployment with Docker
- [MCP Server API Reference](https://checkmate.dreamsportslabs.com/docs/guides/api/mcp-server) - Complete API reference
- [MCP Tools Guide](https://checkmate.dreamsportslabs.com/docs/guides/api/mcp-tools) - Tool usage examples
- [Docker Deployment](https://checkmate.dreamsportslabs.com/docs/project/mcp-docker) - Production deployment with Docker

### ⚙️ TechStack Used:

Expand Down
Loading