Skip to content

fix: remove deprecated create_from_inspection endpoint - #810

Closed
james-rl wants to merge 1 commit into
mainfrom
james/rm-cfi
Closed

fix: remove deprecated create_from_inspection endpoint#810
james-rl wants to merge 1 commit into
mainfrom
james/rm-cfi

Conversation

@james-rl

@james-rl james-rl commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

User description

Summary

  • Remove the broken createFromInspection blueprint endpoint (POST /v1/blueprints/create_from_inspection) and all associated types (BlueprintBuildFromInspectionParameters, InspectionSource, BlueprintCreateFromInspectionParams)
  • These were part of the retired RepoConnect project; the upstream API already removed this route
  • Also removes the MCP server tooling entry and tests referencing this endpoint

Test plan

  • TypeScript type-check passes (only pre-existing undici error remains, unrelated)
  • Grep confirms zero remaining references to the removed endpoint/types
  • .stats.yml endpoint count decremented to 119

Made with Cursor


CodeAnt-AI Description

Remove the broken blueprint creation-from-inspection call

What Changed

  • Removed the create from inspection blueprint action from the client and MCP tool list, so it is no longer offered as an available blueprint method
  • Removed the related type references from the public API docs and exports
  • Removed the test coverage that called the retired endpoint

Impact

✅ Fewer calls to a retired blueprint endpoint
✅ Clearer API surface for blueprint actions
✅ Less confusion when browsing available MCP tools

💡 Usage Guide

Checking Your Pull Request

Every time you make a pull request, our system automatically looks through it. We check for security issues, mistakes in how you're setting up your infrastructure, and common code problems. We do this to make sure your changes are solid and won't cause any trouble later.

Talking to CodeAnt AI

Got a question or need a hand with something in your pull request? You can easily get in touch with CodeAnt AI right here. Just type the following in a comment on your pull request, and replace "Your question here" with whatever you want to ask:

@codeant-ai ask: Your question here

This lets you have a chat with CodeAnt AI about your pull request, making it easier to understand and improve your code.

Example

@codeant-ai ask: Can you suggest a safer alternative to storing this secret?

Preserve Org Learnings with CodeAnt

You can record team preferences so CodeAnt AI applies them in future reviews. Reply directly to the specific CodeAnt AI suggestion (in the same thread) and replace "Your feedback here" with your input:

@codeant-ai: Your feedback here

This helps CodeAnt AI learn and adapt to your team's coding style and standards.

Example

@codeant-ai: Do not flag unused imports.

Retrigger review

Ask CodeAnt AI to review the PR again, by typing:

@codeant-ai: review

Check Your Repository Health

To analyze the health of your code repository, visit our dashboard at https://app.codeant.ai. This tool helps you identify potential issues and areas for improvement in your codebase, ensuring your repository maintains high standards of code health.

Remove the broken `createFromInspection` blueprint endpoint and its
associated types (`BlueprintBuildFromInspectionParameters`,
`InspectionSource`, `BlueprintCreateFromInspectionParams`) which were
part of the retired RepoConnect project. The upstream API no longer
serves this route.

Co-authored-by: Cursor <cursoragent@cursor.com>
@codeant-ai

codeant-ai Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Thanks for using CodeAnt! 🎉

We're free for open-source projects. if you're enjoying it, help us grow by sharing.

Share on X ·
Reddit ·
LinkedIn

@codeant-ai codeant-ai Bot added the size:XS This PR changes 0-9 lines, ignoring generated files label Jun 19, 2026
@james-rl
james-rl requested a review from tode-rl June 19, 2026 21:43
@james-rl james-rl closed this Jun 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant