UNPKG
@access-mcp/shared
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
Shared utilities for ACCESS-CI MCP servers
github.com/necyberteam/access-mcp
necyberteam/access-mcp
@access-mcp/shared
/
dist
/
utils.d.ts
4 lines
(3 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
export
declare
function
sanitizeGroupId
(
groupId
:
string
):
string
;
export
declare
function
formatApiUrl
(
version
:
string
,
endpoint
:
string
):
string
;
export
declare
function
handleApiError
(
error
:
any
):
string
;