xsecuremcp / src /fastmcp /server

Commit History

Respect cache setting, set default to 1
e085ebe

Jeremiah Lowin commited on

updated add tool docstring
d809841
unverified

William Easton commited on

Update server.py
8c95b71

Jeremiah Lowin commited on

Ensure methods work/are documented
ec6bd43

Jeremiah Lowin commited on

Return objects from decorators
5ee8f66

Jeremiah Lowin commited on

Remove DecoratedFunction
c028391

Jeremiah Lowin commited on

Update tests for prompts
f6c5553

Jeremiah Lowin commited on

allow naked prompt decorator
4f92aa9

Jeremiah Lowin commited on

Remove empty parens
224caf9

Jeremiah Lowin commited on

Support "naked" tool decorator usage
26ff0e9

Jeremiah Lowin commited on

Ensure tool serializer is applied
4757dcb

Jeremiah Lowin commited on

Server add_* methods no longer accept functions
a853a78

Jeremiah Lowin commited on

Formalize template/functiontemplate
4dee55e

Jeremiah Lowin commited on

Use strict basemodel for Prompt; relax from_function deprecation
873479e

Jeremiah Lowin commited on

Split Tool into Tool and FunctionTool
cba81f4

Jeremiah Lowin commited on

Update auth docs
f89baa1

Jeremiah Lowin commited on

Remove deprecatio notice
413b954

Jeremiah Lowin commited on

Add auth docs
9103a0f

Jeremiah Lowin commited on

Merge branch 'main' into feature/exclude-args-support
e58ace8
unverified

Jeremiah Lowin commited on

flatten auth settings
058fad1

Jeremiah Lowin commited on

Clean up settings
ccc6631

Jeremiah Lowin commited on

Support configuring bearer auth from env vars
b310c16

Jeremiah Lowin commited on

update typing
cc579d4

Jeremiah Lowin commited on

Add jwks tests
904d4e5

Jeremiah Lowin commited on

Add tests; update default issuer
abb2759

Jeremiah Lowin commited on

Add basic bearer auth for server and client
95e8d10

Jeremiah Lowin commited on

Support providing tools at init
15b1769

Jeremiah Lowin commited on

Create http utility
f15f08b

Jeremiah Lowin commited on

Clean up
73ff78e

Jeremiah Lowin commited on

Add basic server primitives
7befcc3

Jeremiah Lowin commited on

feat(tool): add support for excluding arguments from tool definition
c5ee465

deepak-stratforge commited on

Merge pull request #625 from ksawaray/support-uppercase
f15abd4
unverified

nate nowack commited on

Support for uppercase letters at the log level
dafdeef

ksawaray commited on

Improve type inference from client transport
fa6e614

Jeremiah Lowin commited on

Merge branch 'main' into headers
a44f05f
unverified

Jeremiah Lowin commited on

Update src/fastmcp/server/dependencies.py
fe933f9
unverified

Jeremiah Lowin Copilot commited on

Ensure behavior-affecting headers are excluded
c457a0d

Jeremiah Lowin commited on

Remove exceptions from execution methods.
7615e10

davenpi commited on

Handle unreachable mounted servers.
ac60432

davenpi commited on

Update dependencies.py
9d030a0

Jeremiah Lowin commited on

Ensure content-length is always stripped from client headers
c14bd76

Jeremiah Lowin commited on

add name tests
ef08a5c

Jeremiah Lowin commited on

Update name generation
451db43

Jeremiah Lowin commited on

Use lowercase name for headers
2f2fec7

Jeremiah Lowin commited on

Pass client headers through to OpenAPI client
ac33644

Jeremiah Lowin commited on

Merge branch 'main' into headers-passthrough
0efac9b

Jeremiah Lowin commited on

Merge branch 'main' into mask-errors
4202663
unverified

Jeremiah Lowin commited on

Add client_kwargs to be passed to from_fastapi
18ebe37

Jeremiah Lowin commited on

Update openapi.py
40feb9b

Jeremiah Lowin commited on

Split into routemapfn and mcpcomponentfn
ca8cdf5

Jeremiah Lowin commited on