@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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. 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/willsmanley/JiraKiller/blob/master/packages/mcp-server/MCP_TOOLS.md) for detailed documentation.
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/willsmanley/JiraKiller](https://github.com/willsmanley/JiraKiller)
233
- - **Issue Tracker**: [github.com/willsmanley/JiraKiller/issues](https://github.com/willsmanley/JiraKiller/issues)
234
- - **Full Tool Reference**: [MCP_TOOLS.md](https://github.com/willsmanley/JiraKiller/blob/master/packages/mcp-server/MCP_TOOLS.md)
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/willsmanley/JiraKiller/issues)
243
- - **Feature Requests**: [GitHub Issues](https://github.com/willsmanley/JiraKiller/issues)
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
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agllama/mcp",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "MCP server for Llama project management - connect Claude to your agile workflow",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",