{
	"name": "bo-kendell-portfolio",
	"title": "Bo Kendell Portfolio MCP",
	"description": "Public read-only portfolio data: profile, projects, writing, experience, tech stack, and activity.",
	"version": "1.0.0",
	"protocol": "mcp",
	"protocolVersion": "2025-06-18",
	"serverUrl": "https://bokendell.com/mcp",
	"transport": "streamable-http",
	"endpoints": [
		{
			"url": "https://bokendell.com/mcp",
			"transport": "streamable-http",
			"auth": {
				"type": "none"
			}
		}
	],
	"tools": [
		"list_projects",
		"get_project",
		"list_posts",
		"get_post",
		"get_experience",
		"get_profile",
		"get_tech_stack",
		"get_activity"
	],
	"related": {
		"llmsTxt": "https://bokendell.com/llms.txt",
		"agentCard": "https://bokendell.com/.well-known/agent-card.json",
		"openapi": "https://bokendell.com/openapi.json",
		"markdownIndex": "https://bokendell.com/agent.md"
	}
}