8000 Tags · punkpeye/fastmcp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: punkpeye/fastmcp

Tags

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Implement Parameterless `server.start()` with CLI-Based Auto-Co…

…nfiguration (#127)

* feat: implement parameterless `server.start()` with CLI auto-configuration

- add `#parseRuntimeConfig()` method for CLI argument parsing
- support `--transport`, `--port`, `--endpoint` CLI args
- add environment variable support: `FASTMCP_TRANSPORT, FASTMCP_PORT`, `FASTMCP_ENDPOINT`
- implement configuration precedence: explicit > CLI > env > defaults
- enable zero-boilerplate server startup with `server.start()`
- maintain backward compatibility with explicit parameters
- add clearer logging for `httpStream` transport type (misleading)

* .

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for passing options to requestSampling (#125)

* feat: add support for passing options to requestSampling

* fix lint

* use types

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: replaced static imports with dynamic imports for the `file-type`…

… package (#119)

- `file-type` v21+ only provides ESM exports
- `tsx` and other transpilers have complex module resolution that can conflict with pure ESM packages
- the static import at module level fails before any code execution

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add support to change http server endpoint (#111)

* Allow to change stream endpoint

* update readme

* fix lint

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Support full MCP SDK schema for Prompt Result. (#113)

* feat: Support full MCP SDK schema.

* style: Fixed formatting.

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(cli): validation command (#109)

my bad :)

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: optimize memory management and enhance CLI tooling (#108)

* perf: optimize memory management and enhance CLI tooling

* fix error expected

v3.0.1

Toggle v3.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: upgrade mcp proxy and add async to on close (#105)

* chore: update mcp-proxy to version 5.0.0 and modify onClose handler to be async

* fix: mock resolved values for onConnect and onDisconnect in FastMCP tests

---------

Co-authored-by: TianyiLi <tianyili@TianyiLis-MacBook-Pro.local>

v3.0.0

Toggle v3.0.0's commit message
feat: rename /stream to /mcp

BREAKING CHANGE: default endpoint is changed from /stream to /mcp to align with borader community conventions

v2.2.4

Toggle v2.2.4's commit message
chore: ignore pnpm lock

0