This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryAdded agent discovery endpoints and MCP Resource Server for self‑orientation and documentation access.
Full changelog
What's Changed
New Features
-
Agent discovery endpoints (#148): AI agents can now self-orient by hitting the server root
GET /→ redirects to/llms.txtGET /llms.txt→ machine-readable llms.txt guide (connection options, tools, REST API)GET /docs→ full README embedded at compile timeGET /api/tools→ JSON list of available MCP tools, mode-aware (stateful vs stateless)
-
MCP Resource Server (#150): agents connecting via MCP can now read documentation without a web request
resources/list→ four resources:docs://readme,docs://llms-txt,docs://openapi,docs://toolsresources/read <uri>→ returns content for any of the above- Both stateful and stateless services advertise the
resourcescapability
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About r33drichards/mcp-js
A Javascript code execution sandbox that uses v8 to isolate code to run AI generated javascript locally without fear. Supports heap snapshotting for persistent sessions.
Related context
Related tools
Earlier breaking changes
- v0.11.0 Switch license from ISC to GNU Affero General Public License v3
Beta — feedback welcome: [email protected]