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
/
web-extractor.d.ts
2 lines
(1 loc)
•
73 B
TypeScript
View Raw
1
2
export
declare
function
extractWebContent
(
url
:
string
):
Promise
<
string
>;