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
/
server.d.ts
5 lines
•
241 B
TypeScript
View Raw
1
2
3
4
5
import
{
IServer
}
from
'@stellarwp/mcp-toolkit'
;
import
{
GiveMcpServerOptions
}
from
'./types'
; declare
function
createMcpServer
(
options?: GiveMcpServerOptions
):
IServer
;
export
default
createMcpServer;
//# sourceMappingURL=server.d.ts.map