Skip to content

Tags: mcp-router/mcp-router

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update pnpm version and add TOML parsing support (#141)

* chore: update pnpm version to 10 in CI configuration files

* feat: add TOML parsing support for Codex config and improve server extraction logic

* chore: add smol-toml dependency version 1.5.2 to pnpm-lock.yaml

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.6.0 and update publish script in package.json (

#121)

v0.5.9

Toggle v0.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.5.9 and update README with new features (#114)

v0.5.8

Toggle v0.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README token placeholder and bump version to 0.5.8 (#109)

* fix: update MCP Router token placeholder in README

* chore: bump version to 0.5.8 in package.json

v0.5.7

Toggle v0.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 0.5.7 in package.json (#105)

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Agent feature (#95)

* feat(cli): enhance callTool method with timeout and progress reset options

* feat(request-handlers): add timeout and progress reset options to callTool method

* chore(package): bump version to 0.1.8

* Remove agent functionality

* refactor: remove redundant mcp_router section removal logic

* feat(localization): remove agent-related entries from language files

* feat(cleanup): remove agent-related code and references

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance argument parsing to support user_config parameters in MCP cli…

…ent (#71)

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enhance code structure and documentation clarity (#50)

* Update Content Security Policy to include staging MCP router

* Remove commented-out code for hooks in Sidebar component

* Refactor hook management and remove unused interfaces

* Refactor code style for consistency and add tsconfig for TypeScript support

* Refactor fetch implementation and update request log entry types

* Add support for JSX in renderer and update TypeScript configuration

* Update README to enhance clarity and remove outdated roadmap sections

* Refactor agent store to use BaseChatMessage type for message handling

* Export BaseChatMessage interface for improved accessibility

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor validation and user_config conversion (#47)

* Refactor validation functions to check for default values before marking parameters as unset

* Fix user_config conversion to include dxtPath and expand default values

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: simplify authentication token handling and remove encryption (

#34)