@smcphub/weather
v0.0.17
Published
SMCPHUB MCP Server for weather
Readme
Welcome to @smcphub/server 👋
MCP Client of SMCPHUB. Support all Chinese cities now.
🏠 Homepage
Install
npm i @smcphub/weatherOR
yarn add @smcphub/weatherUsage
import SmcphubClient from '@smcphub/client';
const smcphubClient = new SmcphubClient({
api_key: 'YOUR_API_KEY'
});
smcphubClient.connect().then((tools) => {
console.log(tools);
});Author
👤 SMCPHUB
