{
    "serverInfo": {
        "name": "vnbtechnologies-mcp",
        "version": "1.0.0",
        "description": "Model Context Protocol Server for V&B Technologies IT consulting and inquiries"
    },
    "capabilities": {
        "tools": [
            {
                "name": "get_services",
                "description": "List software engineering and development services offered by V&B Technologies",
                "inputSchema": {
                    "type": "object",
                    "properties": []
                }
            },
            {
                "name": "get_contact_info",
                "description": "Retrieve official contact channels and office address for V&B Technologies",
                "inputSchema": {
                    "type": "object",
                    "properties": []
                }
            }
        ],
        "resources": [
            {
                "uri": "https://vnbtechnologies.com/llms.txt",
                "name": "Company Services Overview",
                "mimeType": "text/plain"
            }
        ]
    }
}