Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
},
"metadata": {
"description": "Cloud FinOps Skill & MCP by OptimNow: reference library, named-pattern playbooks, and a queryable MCP server.",
"version": "1.32.1"
"version": "1.33.0"
},
"plugins": [
{
"name": "cloud-finops",
"description": "Expert FinOps guidance for cloud, AI, SaaS, and data-platform spend. Reference files spanning AWS (core, commitments and pattern catalogue as separate files; incl. SageMaker operational FinOps and GPU instance rightsizing), Azure (likewise split), GCP, Anthropic, Bedrock, Azure OpenAI, Vertex AI, Databricks, Microsoft Fabric, Snowflake, OCI, AI coding tools, agentic FinOps (agent cost anatomy, x402/MPP), FinOps Framework 2024+2026, GreenOps (AWS Sustainability Console, CSRD engagement framing), self-hosted vs managed AI inference decisioning, anomaly management, allocation and showback, chargeback (incl. Finance and accounting prerequisites), onboarding workloads (migration-time cost hygiene + M&A), Kubernetes (cross-cluster EKS/GKE/AKS discipline), waste-detection playbooks (eight-category taxonomy incl. egress / data transfer, backed by OptimNow's WasteLine appliance) plus RAG-friendly named-pattern playbooks across AWS, Azure, GCP and cross-cloud (incl. SageMaker idle endpoint, notebook auto-shutdown, MME consolidation, oversized GPU, multi-GPU underutilization, MIG candidate, GPU for CPU-bound workload, outdated GPU generation, coding-agent token waste), SaaS asset management, and ITAM. Open source, model-agnostic, refreshed twice monthly.",
"description": "Expert FinOps guidance for cloud, AI, SaaS, and data-platform spend. Reference files spanning AWS (core, commitments and pattern catalogue as separate files; incl. SageMaker operational FinOps and GPU instance rightsizing), Azure (likewise split), GCP, Anthropic, Bedrock, Azure OpenAI, Vertex AI, Databricks, Microsoft Fabric, Snowflake, OCI, AI coding tools, agentic FinOps (agent cost anatomy, x402/MPP), FinOps Framework 2024+2026, GreenOps (AWS Sustainability Console, CSRD engagement framing), self-hosted vs managed AI inference decisioning, anomaly management, KPIs and benchmarking (incl. unit economics, executive reporting and strategy alignment), allocation and showback, chargeback (incl. Finance and accounting prerequisites), onboarding workloads (migration-time cost hygiene + M&A), Kubernetes (cross-cluster EKS/GKE/AKS discipline), waste-detection playbooks (eight-category taxonomy incl. egress / data transfer, backed by OptimNow's WasteLine appliance) plus RAG-friendly named-pattern playbooks across AWS, Azure, GCP and cross-cloud (incl. SageMaker idle endpoint, notebook auto-shutdown, MME consolidation, oversized GPU, multi-GPU underutilization, MIG candidate, GPU for CPU-bound workload, outdated GPU generation, coding-agent token waste, expiring commitment without a renewal decision, unused Azure reservation, GCP CUD mismatch, S3 lifecycle gaps), SaaS asset management, and ITAM. Open source, model-agnostic, refreshed twice monthly.",
"source": "./",
"strict": true,
"skills": ["./skills/cloud-finops"]
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloud-finops",
"version": "1.32.1",
"version": "1.33.0",
"description": "Expert FinOps guidance for cloud, AI, SaaS, and data-platform spend (multi-provider, model-agnostic).",
"author": {
"name": "OptimNow",
Expand Down
2 changes: 1 addition & 1 deletion mcp_server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"

[project]
name = "cloud-finops-mcp"
version = "1.32.1"
version = "1.33.0"
description = "MCP server exposing the OptimNow Cloud FinOps skill (reference library + named-pattern playbooks) as queryable tools."
readme = "README.md"
license = { text = "CC-BY-SA-4.0" }
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"url": "https://github.com/OptimNow/cloud-finops-skills",
"source": "github"
},
"version": "1.32.1",
"version": "1.33.0",
"packages": [
{
"registryType": "pypi",
"identifier": "cloud-finops-mcp",
"version": "1.32.1",
"version": "1.33.0",
"transport": {
"type": "stdio"
}
Expand Down
Loading