UNPKG
mcp-invest-assistant
Version:
latest (1.1.1)
1.1.1
1.0.2
1.0.1
1.0.0
MCP投资助手服务器
github.com/haohongyang1/mcp-invest-assistant
haohongyang1/mcp-invest-assistant
mcp-invest-assistant
/
dist
/
tools
/
sayHello.d.ts
3 lines
(2 loc)
•
136 B
TypeScript
View Raw
1
2
3
import
{
McpServer
}
from
"@modelcontextprotocol/sdk/server/mcp.js"
;
export
declare
function
registerSayHello
(
server: McpServer
):
void
;