@agllama/mcp 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -175,7 +175,7 @@ The MCP server provides 40+ tools organized into categories:
|
|
|
175
175
|
- **Workflows**: Create and run reusable Claude workflows
|
|
176
176
|
- **Help**: Built-in documentation (`llama_help`)
|
|
177
177
|
|
|
178
|
-
See the [full tool reference](https://github.com/
|
|
178
|
+
See the [full tool reference](https://github.com/WillisK-0/J-Killer/blob/master/packages/mcp-server/MCP_TOOLS.md) for detailed documentation.
|
|
179
179
|
|
|
180
180
|
## Environment Variables
|
|
181
181
|
|
|
@@ -229,9 +229,9 @@ The production API has rate limits. If you're hitting limits, consider:
|
|
|
229
229
|
|
|
230
230
|
- **Web App**: [agllama.onrender.com](https://agllama.onrender.com)
|
|
231
231
|
- **API Documentation**: [agllama-api.onrender.com](https://agllama-api.onrender.com)
|
|
232
|
-
- **GitHub Repository**: [github.com/
|
|
233
|
-
- **Issue Tracker**: [github.com/
|
|
234
|
-
- **Full Tool Reference**: [MCP_TOOLS.md](https://github.com/
|
|
232
|
+
- **GitHub Repository**: [github.com/WillisK-0/J-Killer](https://github.com/WillisK-0/J-Killer)
|
|
233
|
+
- **Issue Tracker**: [github.com/WillisK-0/J-Killer/issues](https://github.com/WillisK-0/J-Killer/issues)
|
|
234
|
+
- **Full Tool Reference**: [MCP_TOOLS.md](https://github.com/WillisK-0/J-Killer/blob/master/packages/mcp-server/MCP_TOOLS.md)
|
|
235
235
|
|
|
236
236
|
## License
|
|
237
237
|
|
|
@@ -239,8 +239,8 @@ MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
239
239
|
|
|
240
240
|
## Support
|
|
241
241
|
|
|
242
|
-
- **Bug Reports**: [GitHub Issues](https://github.com/
|
|
243
|
-
- **Feature Requests**: [GitHub Issues](https://github.com/
|
|
242
|
+
- **Bug Reports**: [GitHub Issues](https://github.com/WillisK-0/J-Killer/issues)
|
|
243
|
+
- **Feature Requests**: [GitHub Issues](https://github.com/WillisK-0/J-Killer/issues)
|
|
244
244
|
- **Questions**: Use the `llama_help` tool in Claude for built-in documentation
|
|
245
245
|
|
|
246
246
|
---
|