Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Rename path config to base and update implementation#69

Merged
phuctm97 merged 1 commit intomainfrom
rename-path-to-base-config
Jul 31, 2025
Merged

Rename path config to base and update implementation#69
phuctm97 merged 1 commit intomainfrom
rename-path-to-base-config

Conversation

@phuctm97
Copy link
Copy Markdown
Owner

Summary

  • Renamed the path configuration option to base for better API consistency
  • Updated implementation to use Hono's basePath() method for cleaner route handling
  • This is a breaking change that improves the API design

Test plan

  • Verify all examples still work with the new base configuration
  • Check that the MCP server responds correctly at the configured base path
  • Ensure middleware and pre/post hooks work with the new routing structure

🤖 Generated with Claude Code

@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 31, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
modelfetch-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2025 3:21am

This change improves the API by using the more standard 'base' naming convention
and leverages Hono's basePath() method for cleaner route handling.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@phuctm97 phuctm97 force-pushed the rename-path-to-base-config branch from f1ab6af to 1cd87db Compare July 31, 2025 03:19
@phuctm97 phuctm97 merged commit c21bce9 into main Jul 31, 2025
2 checks passed
@phuctm97 phuctm97 deleted the rename-path-to-base-config branch July 31, 2025 03:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant