agent-discover 1.0.5 → 1.0.6

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.
@@ -697,65 +697,6 @@ body {
697
697
  color: #e57373;
698
698
  }
699
699
 
700
- /* ---------------------------------------------------------------------------
701
- Approval badges
702
- --------------------------------------------------------------------------- */
703
-
704
- .approval-badge {
705
- font-size: 11px;
706
- padding: 2px 8px;
707
- border-radius: 4px;
708
- font-weight: 500;
709
- cursor: pointer;
710
- position: relative;
711
- }
712
-
713
- .approval-experimental {
714
- color: #e89b3e;
715
- border: 1px solid rgba(232, 155, 62, 0.3);
716
- }
717
-
718
- .approval-approved {
719
- color: #4caf50;
720
- border: 1px solid rgba(76, 175, 80, 0.3);
721
- }
722
-
723
- .approval-production {
724
- color: var(--accent);
725
- border: 1px solid rgba(93, 141, 168, 0.3);
726
- }
727
-
728
- .approval-dropdown {
729
- position: absolute;
730
- top: 100%;
731
- left: 0;
732
- margin-top: 4px;
733
- background: var(--bg-elevated);
734
- border: 1px solid var(--border);
735
- border-radius: 6px;
736
- box-shadow: var(--shadow-md);
737
- z-index: 10;
738
- min-width: 120px;
739
- overflow: hidden;
740
- }
741
-
742
- .approval-dropdown-item {
743
- display: block;
744
- width: 100%;
745
- padding: 6px 12px;
746
- border: none;
747
- background: transparent;
748
- color: var(--text);
749
- font-family: var(--font-ui);
750
- font-size: 12px;
751
- text-align: left;
752
- cursor: pointer;
753
- }
754
-
755
- .approval-dropdown-item:hover {
756
- background: var(--bg-hover);
757
- }
758
-
759
700
  /* ---------------------------------------------------------------------------
760
701
  Health dot
761
702
  --------------------------------------------------------------------------- */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-discover",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "mcpName": "io.github.keshrath/agent-discover",
5
5
  "description": "MCP server registry and marketplace — discover, install, activate, and manage MCP tools on demand",
6
6
  "type": "module",