Skip to content

Conversation

@Yorizel
Copy link
Contributor

@Yorizel Yorizel commented Mar 25, 2025

Adds mcphub.nvim, with optional avante-nvim integration

@github-actions
Copy link

github-actions bot commented Mar 25, 2025

Review Checklist

Does this PR follow the [Contribution Guidelines](development guidelines)? Following is a partial checklist:

Proper conventional commit scoping:

  • If you are adding a new plugin, the scope would be the name of the category it is being added into. ex. feat(utility): added noice.nvim plugin

  • If you are modifying a pre-existing plugin or pack, the scope would be the name of the plugin folder. ex. fix(noice-nvim): fix LSP handler error

  • Pull request title has the appropriate conventional commit type and scope where the scope is the name of the pre-existing directory in the project as described above

  • README is properly formatted and uses fenced in links with <url> unless they are inside a [title](url)

  • Entry returns a single plugin spec with the new plugin as the only top level spec (not applicable for recipes or packs).

  • Proper usage of opts table rather than setting things up with the config function.

  • Proper usage of specs table for all specs that are not dependencies of a given plugin (not applicable for recipes or packs).

@Yorizel Yorizel marked this pull request as draft March 25, 2025 11:38
@Yorizel Yorizel changed the title adding mcphub feat(editing-support): Add mcphub.nvim Mar 25, 2025
@Yorizel Yorizel marked this pull request as ready for review March 25, 2025 11:46
@Uzaaft
Copy link
Member

Uzaaft commented Mar 26, 2025

Could you test this in the current version @Yorizel before I merge it in?

@Yorizel
Copy link
Contributor Author

Yorizel commented Mar 26, 2025

When you try to create a new chat on avante with the plugin not loaded it throws an error saying that he couldn't load the custom tools but works fine just without the custom mcp tools

@Yorizel
Copy link
Contributor Author

Yorizel commented Mar 27, 2025

i fixed the error i described, by making sure the plugin loads on file open like avante @Uzaaft

@Uzaaft Uzaaft merged commit 68382a1 into AstroNvim:main Mar 27, 2025
16 checks passed
Uzaaft added a commit that referenced this pull request Mar 29, 2025
* Create init.lua

* Create README.md

* Update README.md

* Update init.lua

* Update init.lua

* Update lua/astrocommunity/editing-support/mcphub-nvim/README.md

* Update lua/astrocommunity/editing-support/mcphub-nvim/init.lua

* Update lua/astrocommunity/editing-support/mcphub-nvim/init.lua

* Update lua/astrocommunity/editing-support/mcphub-nvim/README.md

* feat: Move over to opts syntax, and format code

* Making sure it loads on file enter

---------

Co-authored-by: Uzair Aftab <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants