UNPKG
puppeteer-vision-mcp-server
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
MCP Server for scraping webpages and converting to markdown
puppeteer-vision-mcp-server
/
build
/
server
/
mcp-server.d.ts
7 lines
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
McpServer
}
from
'@modelcontextprotocol/sdk/server/mcp.js'
;
/** * Creates and initializes the MCP server *
@returns
The initialized MCP server instance */
export
declare
function
createMcpServer
(
):
McpServer
;
//# sourceMappingURL=mcp-server.d.ts.map