Skip to content

Releases: fiberplane/mcp-lite

[email protected]

16 Oct 12:09
8be3fe0

Choose a tag to compare

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]

13 Oct 09:21
97aa1bf

Choose a tag to compare

Minor Changes

  • 7d09273: Add ChatGPT App SDK starter template with TanStack Router and OpenAI hooks

Patch Changes

  • 9ed10ee: Fix CI failures, due to Bun version bump.

[email protected]

08 Oct 11:29
bdc7d8c

Choose a tag to compare

Patch Changes

  • a64849f: Adds optional timeout argument paramater to InMemoryClientRequestAdapter

[email protected]

07 Oct 14:34
1e99801

Choose a tag to compare

Minor Changes

  • b236a4a: Add _meta and title 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]

07 Oct 10:12
c22fcc9

Choose a tag to compare

Patch Changes

  • 4d81815: Implements the ctx.sample method for requesting llm completions from the mcp client. Adds an example of this in examples/sampling/

[email protected]

07 Oct 17:08
7598fe4

Choose a tag to compare

Minor Changes

  • 58f079c: Add mcp-lite template selection and simplify the CLI flow.

[email protected]

03 Oct 12:30
f132508

Choose a tag to compare

Minor Changes

  • 320849b: Support structured outputs in tool calls.

[email protected]

30 Sep 18:03
0a96e80

Choose a tag to compare

Patch Changes

  • 89d32a7: Fix releases (internal fix)

[email protected]

23 Sep 11:06
9f47e0b

Choose a tag to compare

Minor Changes

  • fdb714c: Breaking change: eventStore is replaced by sessionStore with a generic SessionStore interface that allows for combined MCP session management. Default InMemorySessionStore is provided.

[email protected]

21 Sep 16:53
7595a51

Choose a tag to compare

thank you @jacksteamdev for the quality of life bump!

Patch Changes

  • ebb14bc: Use InferOutput type instead of InferInput in tool handler
  • d6c2ea6: Fix ResourceLink type property to match specs
  • 5511983: Export tool call return types