Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Authenticated MCP SSE Server
Claim
by
the-freetech-company
GitHub
Cloud Platforms
Security
Developer Tools
TypeScript
MIT License
13
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-sse-authenticated-cloud-run
src
tools
src/tools/index.ts
src/tools/weather.ts
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { weatherTools } from "./weather"; export const registerTools = (server: McpServer) => { weatherTools(server); };