UNPKG
@zxkane/quip-mcp-server
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
MCP server for interacting with Quip spreadsheets
@zxkane/quip-mcp-server
/
dist
/
server.d.ts
5 lines
(4 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
5
/** * Main entry point for the Quip MCP server */
export
declare
function
main
(
):
Promise
<
void
>;