@iblai/mcp 1.4.4 → 1.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2751,7 +2751,7 @@ interface LLMProviderDetails {
2751
2751
  />
2752
2752
  \`\`\`
2753
2753
 
2754
- \`getLLMProviderDetails\` is host-provided because provider logos live in the consuming app's \`/public\` dir.
2754
+ \`getLLMProviderDetails\` may be passed by the host, or imported from \`@iblai/iblai-js/web-containers/next\` the package now ships canonical mappings + logos under \`node_modules/@iblai/web-containers/public/\`. Copy those files into your app's static-root so the returned paths resolve. Recognised keys: \`groq\`, \`openai\`, \`azure_openai\`, \`mistral\`, \`google\`, \`llama\`, \`anthropic\` / \`IBLChatAnthropic\`, \`nvidia\` / \`IBLChatNvidia\`, \`perplexity\`, \`deepseek\`, \`xai\`, plus four Bedrock aliases \`bedrock\` / \`amazon-bedrock\` / \`amazon_bedrock\` / \`IBLChatBedrock\` (all → Amazon).
2755
2755
 
2756
2756
  > **Import from \`@iblai/iblai-js/web-containers/next\`** — requires Next.js and AgentSettingsProvider wrapper
2757
2757
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iblai/mcp",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
4
4
  "description": "MCP server for IBL frontend packages documentation and guidance",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",