All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Updated
@modelcontextprotocol/sdkto 1.25.2 - Updated
@types/nodeto 20.19.29 - Updated
tsxto 4.21.0
- Security vulnerability in
qsdependency (GHSA-6rw7-vpxm-498p) - README formatting for config file paths
- Project logo artwork
- MCP registry support with
server.json - Published to npm as
mcp-pickaxe
- Updated README with npm installation instructions
- Initial release with MCP tools for Pickaxe.com API
- Multi-studio support - Configure multiple Pickaxe studios via environment variables
- Chat history tools:
chat_history- Fetch conversation history for a Pickaxe agent
- Document management tools:
doc_list- List all documents in studiodoc_get- Retrieve specific document by IDdoc_create- Create new document (raw content or URL scrape)doc_delete- Delete a documentdoc_connect- Link document to a Pickaxe agentdoc_disconnect- Unlink document from agent
- User management tools:
user_list- List all users in studiouser_get- Get user details by emailuser_create- Create new user with optional product accessuser_update- Update user details or productsuser_delete- Delete a useruser_invite- Send email invitations to new users
- Other tools:
studios_list- List all configured studiosproducts_list- List available products/bundlesmemory_list- List memory schemasmemory_get_user- Get collected memories for a user
- Updated paths for correct home folder location