mirror of
				https://gitea.com/gitea/gitea-mcp.git
				synced 2025-10-30 09:51:50 +00:00 
			
		
		
		
	docs(readme): rename interactive with insecure (#22)
After https://gitea.com/gitea/gitea-mcp/pulls/20, `GITEA_INSECURE` flag is introduced. However, the READMEs referred to the wrong name. Replace GITEA_INTERACTIVE terms with `GITEA_INSECURE`. Reviewed-on: https://gitea.com/gitea/gitea-mcp/pulls/22 Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com> Co-authored-by: Flynn Hou <flynnhou7@gmail.com> Co-committed-by: Flynn Hou <flynnhou7@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							1fecc1df30
						
					
				
				
					commit
					7cfa1fa218
				
			| @@ -109,7 +109,7 @@ To configure the MCP server for Gitea, add the following to your MCP configurati | |||||||
|       ], |       ], | ||||||
|       "env": { |       "env": { | ||||||
|         // "GITEA_HOST": "https://gitea.com", |         // "GITEA_HOST": "https://gitea.com", | ||||||
|         // "GITEA_INTERACTIVE": "true", |         // "GITEA_INSECURE": "true", | ||||||
|         "GITEA_ACCESS_TOKEN": "<your personal access token>" |         "GITEA_ACCESS_TOKEN": "<your personal access token>" | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|   | |||||||
| @@ -109,7 +109,7 @@ cp gitea-mcp /usr/local/bin/ | |||||||
|       ], |       ], | ||||||
|       "env": { |       "env": { | ||||||
|         // "GITEA_HOST": "https://gitea.com", |         // "GITEA_HOST": "https://gitea.com", | ||||||
|         // "GITEA_INTERACTIVE": "true", |         // "GITEA_INSECURE": "true", | ||||||
|         "GITEA_ACCESS_TOKEN": "<your personal access token>" |         "GITEA_ACCESS_TOKEN": "<your personal access token>" | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|   | |||||||
| @@ -109,7 +109,7 @@ cp gitea-mcp /usr/local/bin/ | |||||||
|       ], |       ], | ||||||
|       "env": { |       "env": { | ||||||
|         // "GITEA_HOST": "https://gitea.com", |         // "GITEA_HOST": "https://gitea.com", | ||||||
|         // "GITEA_INTERACTIVE": "true", |         // "GITEA_INSECURE": "true", | ||||||
|         "GITEA_ACCESS_TOKEN": "<your personal access token>" |         "GITEA_ACCESS_TOKEN": "<your personal access token>" | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user