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
7
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
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
);
};