UNPKG
@thomas.tan/typescript-mcp-demo-server
Version:
latest (0.2.0)
0.2.0
TypeScript MCP demo server with web extraction, search, and datetime utilities
@thomas.tan/typescript-mcp-demo-server
/
dist
/
search-tool.d.ts
2 lines
(1 loc)
•
72 B
TypeScript
View Raw
1
2
export
declare
function
searchEndpoint
(
query
:
string
):
Promise
<
string
>;