doria
|
cc3483bfaa
|
refactor: MCP server improvements (#379)
* refactor: MCP server improvements
* feat: add missing tools and polish descriptions. Add inspect_workspace, list_workspaces, inspect_session, get_session_message, and get_session_summaries tools. Fix CORS preflight handling and default route path. Extract shared formatting helpers for messages and summaries. Trim redundant tool descriptions.
* chore: cr updates
* chore: cr
* fix: adding pagnation
* fix: use nanoid to match Honcho's server-side ID format
* fix: simplified tool list. 10 removed, in favor of more unified tools
* docs: clarifying language
* docs: updating agentic dev & MCP.mdx docs
* docs: minor fix
* fix: adding codex
* chore: updating with latest SDK
* docs: update
* fix: adding assistantName config
* chore: clarifying language
---------
Co-authored-by: ajspig <dragon@monstercode.com>
|
2026-03-31 17:34:36 -04:00 |
Vineeth Voruganti
|
911aa6029f
|
v3.0.0 Release Candidate (#346)
* fix: (docs) update changelog and examples
* chore: (docs) Add note on Vector Stores
* fix: (mcp) WIP to sync with 3.0.0 conventions
* fix: (mcp) Sync MCP with final API changes for 3.0.0
* chore: (docs) sync changelog and openapi spec
* fix: fixing .mdx files to match openapi.json spec
* chore: Add script to estimate event creation
---------
Co-authored-by: ajspig <dragon@monstercode.com>
|
2026-01-26 15:06:02 -05:00 |
Vineeth Voruganti
|
c821eb7fce
|
Update MCP Worker (#311)
* fix: Update MCP Server to latest SDK version
* fix: Force primitive creation to avoid race conditions
|
2026-01-02 13:52:58 -05:00 |
doria
|
83cf0512c6
|
Add Honcho MCP server (#158)
* feat: add honcho fastMCP server, stubbed out start_conversation
* feat: fully functional
* feat: update mcp guide
* chore: coderabbit review
* chore: cleanup nits
* fix: improve instructions
* fix: readme clarifications
* fix: [critical] only remove duplicates within workspace+peer, make cloudflare worker mcp server work nice
* chore: update readme
* feat: add more tools
fix: remove python in favor of one typescript MCP server
* chore: refactor for DRYness
* fix: improve readme, (temporary sdk workaround) add assistant peer with observe_me: false
* chore: switch to bun, enforce usage
fix: proper assistant config, proper message formatting
* chore: fill out readme
|
2025-07-24 14:01:26 -04:00 |