https://github.com/dylibso/mcp.run-servlets
Official servlets for mcp.run published by @dylibso
https://github.com/dylibso/mcp.run-servlets
Last synced: about 1 year ago
JSON representation
Official servlets for mcp.run published by @dylibso
- Host: GitHub
- URL: https://github.com/dylibso/mcp.run-servlets
- Owner: dylibso
- License: bsd-3-clause
- Created: 2024-12-08T16:17:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-14T00:50:47.000Z (about 1 year ago)
- Last Synced: 2025-04-14T01:33:05.596Z (about 1 year ago)
- Language: Go
- Size: 3.76 MB
- Stars: 38
- Watchers: 5
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Official mcp.run Servlets
These are the official servlets for the @dylibso account on [mcp.run](https://mcp.run).
Merging changes here automatically deploys them to all users.
## Generating Servlets with LLMs
Using Cursor, Cline, or other AI-enabled IDEs have their own ways of integrating source context - use this repo as a starting point to give them examples. All the code in the `servlets` directory is great fine-tuning material.
If you are using a Chat interface, you can copy/paste context generated from here:
https://gitingest.com/dylibso/mcp.run-servlets
**Note:** to reduce context used, add these patterns to the "Exclude" dropdown so they are not tokenized:
```
**/package*.json, **/go.mod, **/go.sum, **/go.work*, **/LICENSE, LICENSE, .gitignore, **/.gitignore
```