refactor(astrolabe): reframe UI as semantic search service
Update all user-facing text to focus on Astroglobe as a semantic search service for Nextcloud users: - info.xml: New description focusing on finding content by meaning - Settings sections: Renamed from "MCP Server" to "Astroglobe" - Personal settings: Reframed as content indexing controls - Admin settings: Reframed as semantic search administration - OAuth flow: Explains semantic search benefits to users Key messaging changes: - "MCP Server" → "Astroglobe" - "Grant Background Access" → "Enable Semantic Search" - "Vector Sync" → "Content Indexing" - Focus on user benefits: natural language search, finding by meaning 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+17
-11
@@ -3,25 +3,31 @@
|
||||
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
||||
<id>astroglobe</id>
|
||||
<name>Astroglobe</name>
|
||||
<summary>Manage your Nextcloud MCP Server</summary>
|
||||
<summary>AI-powered semantic search across your Nextcloud</summary>
|
||||
<description>< for details.
|
||||
## Getting Started
|
||||
|
||||
1. Install and enable the app
|
||||
2. Grant background access to allow indexing of your content
|
||||
3. Start searching with natural language in Nextcloud's search bar
|
||||
|
||||
See [documentation](https://github.com/cbcoutinho/nextcloud-mcp-server) for configuration details.
|
||||
]]></description>
|
||||
<version>0.1.0</version>
|
||||
<licence>agpl</licence>
|
||||
|
||||
Reference in New Issue
Block a user