UNPKG
ask-ai-mcp
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Model Context Protocol server enabling AI-to-AI collaboration across multiple providers.
ask-ai-mcp
/
dist
/
config.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
import
type
{
AskAIConfig
,
ServerInfo
}
from
"./types.js"
;
export
declare
const
SERVER_INFO
:
ServerInfo
;
export
declare
function
getConfig
(
):
AskAIConfig
;