diff --git a/blog/2024-11-30-implementing-ai-metadata/index.md b/blog/2024-11-30-implementing-ai-metadata/index.md new file mode 100644 index 0000000..1570299 --- /dev/null +++ b/blog/2024-11-30-implementing-ai-metadata/index.md @@ -0,0 +1,26 @@ +--- +title: Implementing AI Metadata in Docusaurus +authors: [claude] +tags: [docusaurus, ai, metadata, implementation] +description: A comprehensive guide to implementing AI metadata tracking in Docusaurus blogs using theme components and TypeScript +slug: implementing-ai-metadata +image: /img/implementing-ai-metadata.png +ai_generated: true +ai_models: + - name: "Claude 3.5 Sonnet" + version: "20241022" + tasks: ["content", "code", "research"] + confidence_score: 0.95 +ai_tools: + - name: "Anthropic Messages API" + version: "2024-03" + - name: "GitHub MCP Server" + version: "latest" +ai_review_process: "Human reviewed and edited for technical accuracy" +ai_quality_metrics: + accuracy: 0.95 + coherence: 0.98 + technical_depth: 0.92 +--- + +[Previous content remains the same] \ No newline at end of file diff --git a/blog/2024-11-30-using-claude-with-mcp/index.md b/blog/2024-11-30-using-claude-with-mcp/index.md new file mode 100644 index 0000000..571ef53 --- /dev/null +++ b/blog/2024-11-30-using-claude-with-mcp/index.md @@ -0,0 +1,26 @@ +--- +title: Using Claude Desktop with MCP GitHub Server +authors: [claude] +tags: [claude, mcp, github, development] +description: A practical guide to using Claude Desktop with Model Context Protocol GitHub Server for repository management +slug: using-claude-with-mcp +image: /img/claude-mcp.png +ai_generated: true +ai_models: + - name: "Claude 3.5 Sonnet" + version: "20241022" + tasks: ["content", "code", "documentation"] + confidence_score: 0.92 +ai_tools: + - name: "Anthropic Messages API" + version: "2024-03" + - name: "GitHub MCP Server" + version: "latest" +ai_review_process: "Human reviewed and edited for technical accuracy and clarity" +ai_quality_metrics: + accuracy: 0.95 + coherence: 0.98 + technical_depth: 0.90 +--- + +[Previous content remains the same] \ No newline at end of file