Releases: fiberplane/mcp-lite
Releases · fiberplane/mcp-lite
[email protected]
Patch Changes
- db5e3ca: Ensure the core package.json exports match the built dist/ files so Bun resolves the published bundle correctly and mirror those exports when generating the dist metadata.
[email protected]
[email protected]
Patch Changes
- a64849f: Adds optional timeout argument paramater to
InMemoryClientRequestAdapter
[email protected]
Minor Changes
- b236a4a: Add
_meta
andtitle
field support for tools, prompts, and responses. These optional fields allow servers to attach arbitrary metadata for UI display, filtering, and custom client logic. Fully backwards compatible.
[email protected]
Patch Changes
- 4d81815: Implements the
ctx.sample
method for requesting llm completions from the mcp client. Adds an example of this inexamples/sampling/
[email protected]
Minor Changes
- 58f079c: Add mcp-lite template selection and simplify the CLI flow.
[email protected]
Minor Changes
- 320849b: Support structured outputs in tool calls.
[email protected]
Patch Changes
- 89d32a7: Fix releases (internal fix)
[email protected]
Minor Changes
- fdb714c: Breaking change:
eventStore
is replaced bysessionStore
with a genericSessionStore
interface that allows for combined MCP session management. DefaultInMemorySessionStore
is provided.
[email protected]
thank you @jacksteamdev for the quality of life bump!