generated from UI5/repository-template
    
        
        - 
                Notifications
    You must be signed in to change notification settings 
- Fork 3
ci: Enable publish to mcp registry #40
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
          
     Open
      
      
            flovogt
  wants to merge
  1
  commit into
  main
  
    
      
        
          
  
    
      Choose a base branch
      
     
    
      
        
      
      
        
          
          
        
        
          
            
              
              
              
  
           
        
        
          
            
              
              
           
        
       
     
  
        
          
            
          
            
          
        
       
    
      
from
enable-publish-to-mcpregistry
  
      
      
   
  
    
  
  
  
 
  
      
    base: main
Could not load branches
            
              
  
    Branch not found: {{ refName }}
  
            
                
      Loading
              
            Could not load tags
            
            
              Nothing to show
            
              
  
            
                
      Loading
              
            Are you sure you want to change the base?
            Some commits from the old base branch may be removed from the timeline,
            and old review comments may become outdated.
          
          
  
     Open
                    Changes from all commits
      Commits
    
    
  File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              
  
    
      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
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,64 @@ | ||
| { | ||
| "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json", | ||
| "name": "io.github.UI5/mcp-server", | ||
| "description": "A MCP server for UI5", | ||
| "status": "active", | ||
| "repository": { | ||
| "url": "https://github.com/UI5/mcp-server", | ||
| "source": "github" | ||
| }, | ||
| "version": "0.1.1", | ||
| There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What would be the process to update this version? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, I see. The  | ||
| "packages": [ | ||
| { | ||
| "registry_type": "npm", | ||
| "registry_base_url": "https://registry.npmjs.org", | ||
| "identifier": "@ui5/mcp-server", | ||
| "version": "0.1.1", | ||
| "transport": { | ||
| "type": "stdio" | ||
| }, | ||
| "environment_variables": [ | ||
| { | ||
| "default": "localhost, services.odata.org", | ||
| "description": "A comma-separated list of domains that are allowed to be used in the 'oDataV4Url' parameter of the 'create_ui5_app' tool, for example: 'localhost, example.com, sub.example.com'. Set to an empty string to allow any domains. For wildcard subdomains, prefix the domain with a dot: '.example.com'. This will match 'www.example.com' but not 'example.com'.", | ||
| "is_required": false, | ||
| "format": "string", | ||
| "is_secret": false, | ||
| "name": "UI5_MCP_SERVER_ALLOWED_ODATA_DOMAINS" | ||
| }, | ||
| { | ||
| "default": "false", | ||
| "description": "Set to any value to disable structured content in the MCP server responses.", | ||
| "is_required": false, | ||
| "format": "boolean", | ||
| "is_secret": false, | ||
| "name": "UI5_MCP_SERVER_RESPONSE_NO_STRUCTURED_CONTENT" | ||
| }, | ||
| { | ||
| "default": "false", | ||
| "description": "Set to any value to disable resources in the MCP server responses, see https://modelcontextprotocol.io/specification/2025-06-18/server/resource. This is useful for clients that do not support resources, see https://modelcontextprotocol.io/clients, such as Cursor or the Gemini CLI.", | ||
| "is_required": false, | ||
| "format": "string", | ||
| "is_secret": false, | ||
| "name": "UI5_MCP_SERVER_RESPONSE_NO_RESOURCES" | ||
| }, | ||
| { | ||
| "default": "info", | ||
| "description": "Internal log level, see https://sap.github.io/ui5-tooling/stable/pages/Troubleshooting/#changing-the-log-level): 'silent', 'error', 'warn', 'info', 'perf', 'verbose' or 'silly'", | ||
| "is_required": false, | ||
| "format": "string", | ||
| "is_secret": false, | ||
| "name": "UI5_LOG_LVL" | ||
| }, | ||
| { | ||
| "default": "The '.ui5' directory in the user's home directory", | ||
| "description": "Directory where the MCP server stores its data, such as cached API references.", | ||
| "is_required": false, | ||
| "format": "string", | ||
| "is_secret": false, | ||
| "name": "UI5_DATA_DIR" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
  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.
  
    
  
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we also need to publish this file with the package? If yes, we will need to add it to the
filesinpackage.json.