UNPKG
@givewp/mcp-server
Version:
latest (2.0.0)
next (0.1.1-next.3)
2.0.0
1.1.1
1.1.0
1.0.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.1-next.3
0.1.1-next.2
0.1.1-next.1
0.1.1-next
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A GiveWP MCP Server implementation
github.com/impress-org/mcp-server
impress-org/mcp-server
@givewp/mcp-server
/
dist
/
cli.d.ts
6 lines
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
import
'@stellarwp/mcp-node-config/env'
;
/** * Start a local MCP server. */
export
declare
function
main
(
):
Promise
<
void
>;
//# sourceMappingURL=cli.d.ts.map