session-create
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
Create a persistent AI conversation session
Parameters schema
{
"type": "object",
"required": [
"namespace"
],
"properties": {
"model": {
"type": "string",
"description": "AI model: claude-sonnet-4-6, claude-opus-4-6, gpt-4o, etc."
},
"namespace": {
"type": "string",
"description": "Session namespace (e.g. 'customer-support', 'code-review')"
},
"system_prompt": {
"type": "string",
"description": "Optional system prompt for the conversation"
}
}
}Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries