Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
purecipher
/
xsecuremcp
like
0
Running
App
Files
Files
Community
938da62
xsecuremcp
/
src
/
fastmcp
/
server
/
__init__.py
Jeremiah Lowin
Refactor context to avoid unecessary passing
1534a61
over 1 year ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
119 Bytes
from
.server
import
FastMCP
from
.context
import
Context
from
.
import
dependencies
__all__ = [
"FastMCP"
,
"Context"
]