-
Notifications
You must be signed in to change notification settings - Fork 125
Rename experimental/apps-mcp to experimental/aitools #4220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Collaborator
|
Commit: d8ca869
29 interesting tests: 19 KNOWN, 4 RECOVERED, 3 flaky, 2 FAIL, 1 SKIP
Top 50 slowest tests (at least 2 minutes):
|
136a80f to
6d67064
Compare
7beb9bb to
f7ab05e
Compare
igrekun
approved these changes
Jan 8, 2026
Renames the directory and updates all references: - Rename experimental/apps-mcp/ to experimental/aitools/ - Update import paths from apps-mcp to aitools - Rename command from 'databricks experimental apps-mcp' to 'databricks experimental aitools' - Update display names from 'Apps MCP'/'Databricks MCP' to 'Databricks aitools' - Rename MCP server name from 'databricks-apps-mcp' to 'databricks-aitools' - Update config/history path from ~/.databricks/apps-mcp to ~/.databricks/aitools - Update test targets from test-exp-apps-mcp to test-exp-aitools - Update CODEOWNERS and CI workflow references
Adds 'apps-mcp' as an alias to the 'aitools' command so that 'databricks experimental apps-mcp' continues to work for backwards compatibility.
- Update command examples in documentation and prompts to use 'aitools' - Improve user-facing strings to use "AI tools" for better readability - Fix README example to use correct command name - Update test fixtures and agent configuration files Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Update FormatBrandedHeader to include "MCP server" in branding text to match test expectations - Remove accidentally committed testmask binary from git - Add testmask binary to .gitignore to prevent future commits Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
ed023a8 to
d8ca869
Compare
Collaborator
|
Commit: a250ee2
33 interesting tests: 13 KNOWN, 11 RECOVERED, 7 flaky, 1 SKIP, 1 FAIL
Top 50 slowest tests (at least 2 minutes):
|
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.
Renames the experimental/apps-mcp directory to experimental/aitools and updates all references throughout the codebase.
Changes:
All tests pass and the code builds successfully.