Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MCP-1st-Birthday
/
Vault.MCP
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Vault.MCP
/
backend
/
src
/
mcp
/
__init__.py
Wothmag07
feat: implement MCP server with vault management
f991fa0
28 days ago
raw
Copy download link
history
blame
contribute
delete
102 Bytes
"""MCP (Model Context Protocol) server implementation."""
from
.server
import
mcp
__all__ = [
"mcp"
]