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
/
version.js
8 lines
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
version
=
void
0
;
/** * Version information for the Quip MCP Server */
exports
.
version
=
'1.0.0'
;
//# sourceMappingURL=version.js.map