Open
Conversation
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
…gnatures Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Add projectDetailResult type with all landscape fields including description, homepage_url, oss, repositories, audits, links, additional_categories, and Crunchbase organization data. Extract buildLinks() and buildOrgSummary() helpers for reuse. Update getProjectDetails to return the enriched type. Add test verifying enriched fields for Kubernetes. Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Add Category and Subcategory fields to ProjectQuery with case-insensitive filtering. Update input schema and handler in main.go. Add tests for category and subcategory filtering. Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Add Category field to MemberQuery with case-insensitive filtering. Update input schema and handler in main.go. Add test for category filtering. Signed-off-by: Jeffrey Sica <me@jeefy.dev>
…_landscape) Add three new MCP tools for exploring the landscape dataset: - list_categories: returns all categories and subcategories with item counts - landscape_summary: provides high-level statistical overview (totals, maturity breakdown, tier breakdown, crunchbase coverage) - search_landscape: full-text search across names, descriptions, categories, subcategories, and homepage URLs with match_fields Includes 20 new test cases covering all three tools with the existing test fixture. All existing tests continue to pass. Signed-off-by: Jeffrey Sica <me@jeefy.dev>
- Add compare_projects, funding_analysis, geographic_distribution tools - Add resources/list and resources/read (landscape://categories, landscape://summary) - Add prompts/list and prompts/get (analyze_landscape, compare_projects) - Add serverVersion, initialize capabilities, and dataset refresh - Add comprehensive test coverage for all new functionality Signed-off-by: Jeffrey Sica <me@jeefy.dev>
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
34e1cd7 to
9d7e616
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Transforms the landscape MCP server from a narrow CNCF-specific POC into a comprehensive, configurable, well-tested MCP server that exposes the full richness of any Landscape dataset.
resources/list,resources/read,prompts/list,prompts/getLandscapeConfigdrives all descriptions — not hardcoded to CNCFTools
query_projectsquery_membersget_project_detailsget_member_detailslist_categorieslandscape_summarysearch_landscapecompare_projectsfunding_analysisgeographic_distributionproject_metricsmembership_metricsMCP Capabilities
landscape://categories,landscape://summaryanalyze_landscape,compare_projectsinitializereports server version + capabilities;notifications/dataset_refreshedtriggers hot reloadChanges
11 files changed, +4,411 / -167 lines (all scoped to
utilities/landscape-mcp-server/)Testing