UNPKG
@gviper/alphavantage-mcp
Version:
latest (1.0.2)
1.0.2
1.0.0
MCP (Model Context Protocol) server for Alpha Vantage financial data API
@gviper/alphavantage-mcp
/
dist
/
server.d.ts
10 lines
•
247 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env node
declare
class
AlphaVantageMCPServer
{ private server; private alphaVantage;
constructor
(
); private setupTools;
start
():
Promise
<
void
>; }
export
{
AlphaVantageMCPServer
};
//# sourceMappingURL=server.d.ts.map